fixed apparent but not real memory leak
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 31 Jul 2003 16:23:22 +0000 (16:23 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 31 Jul 2003 16:23:22 +0000 (16:23 +0000)
gpsbabel/position.c

index 82a2d12889e9fa4571052f7498a7405f39569b00..36b69aa3c99a92f61e59ed3a9e8055a660f38d7b 100644 (file)
@@ -246,7 +246,7 @@ radius_process(void)
                xfree(wp->extra_data);
        }
 
-       free(comp);
+       xfree(comp);
 }
 
 void